]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blob - autohotkey-v2.0/UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0-beta.3).ahk
Delete UltimateKEYS (for AutoHotkey v2.0-beta.3).ahk
[UltimateKEYS.git] / autohotkey-v2.0 / UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0-beta.3).ahk
1 ; UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0-beta.3).ahk - 2021-10-28
2
3 ; Created by : Pieter Degroote
4
5 ; License : GNU General Public License Version 3
6
7 ; GitHub : https://github.com/pieter-degroote/UltimateKEYS
8
9
10 ; Requirements :
11
12 ; Keyboard layout (on Windows OS) : US QWERTY
13
14 ; Tested with : AutoHotkey v2.0-beta.3 (https://www.autohotkey.com/)
15
16
17
18 ListLines False ; omits recently executed lines from history (for privacy and security)
19 KeyHistory 0 ; disables the key history (for privacy and security)
20
21 SendMode "Event" ; allows chaining of customized key combinations
22
23 global dkEndKeys := "{bs}{del}{esc}{home}{end}" ; ends dead key input on specific keys
24
25
26 ; Dead Key : Circumflex Accent
27
28 global dkCircumflex := Map()
29 dkCircumflex["a"] := "{u+0203}" ; (ȃ) a with inverted breve
30 dkCircumflex["A"] := "{u+0202}" ; (Ȃ) A with inverted breve
31 dkCircumflex["c"] := "{u+0109}" ; (ĉ) c with circumflex
32 dkCircumflex["C"] := "{u+0108}" ; (Ĉ) C with circumflex
33 dkCircumflex["e"] := "{u+0207}" ; (ȇ) e with inverted breve
34 dkCircumflex["E"] := "{u+0206}" ; (Ȇ) E with inverted breve
35 dkCircumflex["g"] := "{u+011d}" ; (ĝ) g with circumflex
36 dkCircumflex["G"] := "{u+011c}" ; (Ĝ) G with circumflex
37 dkCircumflex["h"] := "{u+0125}" ; (ĥ) h with circumflex
38 dkCircumflex["H"] := "{u+0124}" ; (Ĥ) H with circumflex
39 dkCircumflex["i"] := "{u+020b}" ; (ȋ) i with inverted breve
40 dkCircumflex["I"] := "{u+020a}" ; (Ȋ) I with inverted breve
41 dkCircumflex["j"] := "{u+0135}" ; (ĵ) j with circumflex
42 dkCircumflex["J"] := "{u+0134}" ; (Ĵ) J with circumflex
43 dkCircumflex["o"] := "{u+020f}" ; (ȏ) o with inverted breve
44 dkCircumflex["O"] := "{u+020e}" ; (Ȏ) O with inverted breve
45 dkCircumflex["r"] := "{u+0213}" ; (ȓ) r with inverted breve
46 dkCircumflex["R"] := "{u+0212}" ; (Ȓ) R with inverted breve
47 dkCircumflex["s"] := "{u+015d}" ; (ŝ) s with circumflex
48 dkCircumflex["S"] := "{u+015c}" ; (Ŝ) S with circumflex
49 dkCircumflex["u"] := "{u+0217}" ; (ȗ) u with inverted breve
50 dkCircumflex["U"] := "{u+0216}" ; (Ȗ) U with inverted breve
51 dkCircumflex["w"] := "{u+0175}" ; (ŵ) w with circumflex
52 dkCircumflex["W"] := "{u+0174}" ; (Ŵ) W with circumflex
53 dkCircumflex["y"] := "{u+0177}" ; (ŷ) y with circumflex
54 dkCircumflex["Y"] := "{u+0176}" ; (Ŷ) Y with circumflex
55 dkCircumflex["z"] := "{u+1e91}" ; (ẑ) z with circumflex
56 dkCircumflex["Z"] := "{u+1e90}" ; (Ẑ) Z with circumflex
57 dkCircumflex["1"] := "{u+21d9}" ; (⇙) south west double arrow
58 dkCircumflex["2"] := "{u+21d3}" ; (⇓) downwards double arrow
59 dkCircumflex["3"] := "{u+21d8}" ; (⇘) south east double arrow
60 dkCircumflex["4"] := "{u+21d0}" ; (⇐) leftwards double arrow
61 dkCircumflex["5"] := "{u+21d5}" ; (⇕) up down double arrow
62 dkCircumflex["6"] := "{u+21d2}" ; (⇒) rightwards double arrow
63 dkCircumflex["7"] := "{u+21d6}" ; (⇖) north west double arrow
64 dkCircumflex["8"] := "{u+21d1}" ; (⇑) upwards double arrow
65 dkCircumflex["9"] := "{u+21d7}" ; (⇗) north east double arrow
66 dkCircumflex["0"] := "{u+21d4}" ; (⇔) left right double arrow
67 dkCircumflex["!"] := "{u+21d9}" ; (⇙) south west double arrow
68 dkCircumflex["@"] := "{u+21d3}" ; (⇓) downwards double arrow
69 dkCircumflex["#"] := "{u+21d8}" ; (⇘) south east double arrow
70 dkCircumflex["$"] := "{u+21d0}" ; (⇐) leftwards double arrow
71 dkCircumflex["%"] := "{u+21d5}" ; (⇕) up down double arrow
72 dkCircumflex["^"] := "{u+21d2}" ; (⇒) rightwards double arrow
73 dkCircumflex["&"] := "{u+21d6}" ; (⇖) north west double arrow
74 dkCircumflex["*"] := "{u+21d1}" ; (⇑) upwards double arrow
75 dkCircumflex["("] := "{u+21d7}" ; (⇗) north east double arrow
76 dkCircumflex[")"] := "{u+21d4}" ; (⇔) left right double arrow
77 dkCircumflex[" "] := "{^}" ; circumflex accent
78
79
80 ; Dead Key : Caron
81
82 global dkCaron := Map()
83 dkCaron["a"] := "{u+01ce}" ; (ǎ) a with caron
84 dkCaron["A"] := "{u+01cd}" ; (Ǎ) A with caron
85 dkCaron["c"] := "{u+010d}" ; (č) c with caron
86 dkCaron["C"] := "{u+010c}" ; (Č) C with caron
87 dkCaron["d"] := "{u+010f}" ; (ď) d with caron
88 dkCaron["D"] := "{u+010e}" ; (Ď) D with caron
89 dkCaron["e"] := "{u+011b}" ; (ě) e with caron
90 dkCaron["E"] := "{u+011a}" ; (Ě) E with caron
91 dkCaron["g"] := "{u+01e7}" ; (ǧ) g with caron
92 dkCaron["G"] := "{u+01e6}" ; (Ǧ) G with caron
93 dkCaron["h"] := "{u+021f}" ; (ȟ) h with caron
94 dkCaron["H"] := "{u+021e}" ; (Ȟ) H with caron
95 dkCaron["i"] := "{u+01d0}" ; (ǐ) i with caron
96 dkCaron["I"] := "{u+01cf}" ; (Ǐ) I with caron
97 dkCaron["j"] := "{u+01f0}" ; (ǰ) j with caron
98 dkCaron["k"] := "{u+01e9}" ; (ǩ) k with caron
99 dkCaron["K"] := "{u+01e8}" ; (Ǩ) K with caron
100 dkCaron["l"] := "{u+013e}" ; (ľ) l with caron
101 dkCaron["L"] := "{u+013d}" ; (Ľ) L with caron
102 dkCaron["n"] := "{u+0148}" ; (ň) n with caron
103 dkCaron["N"] := "{u+0147}" ; (Ň) N with caron
104 dkCaron["o"] := "{u+01d2}" ; (ǒ) o with caron
105 dkCaron["O"] := "{u+01d1}" ; (Ǒ) O with caron
106 dkCaron["r"] := "{u+0159}" ; (ř) r with caron
107 dkCaron["R"] := "{u+0158}" ; (Ř) R with caron
108 dkCaron["s"] := "{u+0161}" ; (š) s with caron
109 dkCaron["S"] := "{u+0160}" ; (Š) S with caron
110 dkCaron["t"] := "{u+0165}" ; (ť) t with caron
111 dkCaron["T"] := "{u+0164}" ; (Ť) T with caron
112 dkCaron["u"] := "{u+01d4}" ; (ǔ) u with caron
113 dkCaron["U"] := "{u+01d3}" ; (Ǔ) U with caron
114 dkCaron["v"] := "{u+01da}" ; (ǚ) u with diaeresis and caron
115 dkCaron["V"] := "{u+01d9}" ; (Ǚ) U with diaeresis and caron
116 dkCaron["z"] := "{u+017e}" ; (ž) z with caron
117 dkCaron["Z"] := "{u+017d}" ; (Ž) Z with caron
118 dkCaron["3"] := "{u+01ef}" ; (ǯ) small letter ezh with caron
119 dkCaron["#"] := "{u+01ee}" ; (Ǯ) capital letter ezh with caron
120 dkCaron["2"] := "{u+25bc}" ; (▼) black down-pointing triangle
121 dkCaron["@"] := "{u+25bd}" ; (▽) white down-pointing triangle
122 dkCaron["4"] := "{u+25c0}" ; (◀) black left-pointing triangle
123 dkCaron["$"] := "{u+25c1}" ; (◁) white left-pointing triangle
124 dkCaron["6"] := "{u+25b6}" ; (▶) black right-pointing triangle
125 dkCaron["^"] := "{u+25b7}" ; (▷) white right-pointing triangle
126 dkCaron["8"] := "{u+25b2}" ; (▲) black up-pointing triangle
127 dkCaron["*"] := "{u+25b3}" ; (△) white up-pointing triangle
128 dkCaron[" "] := "{u+02c7}" ; (ˇ) caron
129
130
131 ; Dead Key : Dot Above
132
133 global dkDotAbove := Map()
134 dkDotAbove["a"] := "{u+0227}" ; (ȧ) a with dot above
135 dkDotAbove["A"] := "{u+0226}" ; (Ȧ) A with dot above
136 dkDotAbove["b"] := "{u+1e03}" ; (ḃ) b with dot above
137 dkDotAbove["B"] := "{u+1e02}" ; (Ḃ) B with dot above
138 dkDotAbove["c"] := "{u+010b}" ; (ċ) c with dot above
139 dkDotAbove["C"] := "{u+010a}" ; (Ċ) C with dot above
140 dkDotAbove["d"] := "{u+1e0b}" ; (ḋ) d with dot above
141 dkDotAbove["D"] := "{u+1e0a}" ; (Ḋ) D with dot above
142 dkDotAbove["e"] := "{u+0117}" ; (ė) e with dot above
143 dkDotAbove["E"] := "{u+0116}" ; (Ė) E with dot above
144 dkDotAbove["f"] := "{u+1e1f}" ; (ḟ) f with dot above
145 dkDotAbove["F"] := "{u+1e1e}" ; (Ḟ) F with dot above
146 dkDotAbove["g"] := "{u+0121}" ; (ġ) g with dot above
147 dkDotAbove["G"] := "{u+0120}" ; (Ġ) G with dot above
148 dkDotAbove["h"] := "{u+1e23}" ; (ḣ) h with dot above
149 dkDotAbove["H"] := "{u+1e22}" ; (Ḣ) H with dot above
150 dkDotAbove["i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani)
151 dkDotAbove["I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani)
152 dkDotAbove["j"] := "{u+0237}" ; (ȷ) dotless j
153 dkDotAbove["l"] := "{u+0140}" ; (ŀ) l with middle dot
154 dkDotAbove["L"] := "{u+013f}" ; (Ŀ) L with middle dot
155 dkDotAbove["m"] := "{u+1e41}" ; (ṁ) m with dot above
156 dkDotAbove["M"] := "{u+1e40}" ; (Ṁ) M with dot above
157 dkDotAbove["n"] := "{u+1e45}" ; (ṅ) n with dot above
158 dkDotAbove["N"] := "{u+1e44}" ; (Ṅ) N with dot above
159 dkDotAbove["o"] := "{u+022f}" ; (ȯ) o with dot above
160 dkDotAbove["O"] := "{u+022e}" ; (Ȯ) O with dot above
161 dkDotAbove["p"] := "{u+1e57}" ; (ṗ) p with dot above
162 dkDotAbove["P"] := "{u+1e56}" ; (Ṗ) P with dot above
163 dkDotAbove["r"] := "{u+1e59}" ; (ṙ) r with dot above
164 dkDotAbove["R"] := "{u+1e58}" ; (Ṙ) R with dot above
165 dkDotAbove["s"] := "{u+1e61}" ; (ṡ) s with dot above
166 dkDotAbove["S"] := "{u+1e60}" ; (Ṡ) S with dot above
167 dkDotAbove["t"] := "{u+1e6b}" ; (ṫ) t with dot above
168 dkDotAbove["T"] := "{u+1e6a}" ; (Ṫ) T with dot above
169 dkDotAbove["u"] := "{u+016f}" ; (ů) u with ring above
170 dkDotAbove["U"] := "{u+016e}" ; (Ů) U with ring above
171 dkDotAbove["w"] := "{u+1e87}" ; (ẇ) w with dot above
172 dkDotAbove["W"] := "{u+1e86}" ; (Ẇ) W with dot above
173 dkDotAbove["x"] := "{u+1e8b}" ; (ẋ) x with dot above
174 dkDotAbove["X"] := "{u+1e8a}" ; (Ẋ) X with dot above
175 dkDotAbove["y"] := "{u+1e8f}" ; (ẏ) y with dot above
176 dkDotAbove["Y"] := "{u+1e8e}" ; (Ẏ) Y with dot above
177 dkDotAbove["z"] := "{u+017c}" ; (ż) z with dot above
178 dkDotAbove["Z"] := "{u+017b}" ; (Ż) Z with dot above
179 dkDotAbove["1"] := "{u+2199}" ; (↙) south west arrow
180 dkDotAbove["2"] := "{u+2193}" ; (↓) downwards arrow
181 dkDotAbove["3"] := "{u+2198}" ; (↘) south east arrow
182 dkDotAbove["4"] := "{u+2190}" ; (←) leftwards arrow
183 dkDotAbove["5"] := "{u+2195}" ; (↕) up down arrow
184 dkDotAbove["6"] := "{u+2192}" ; (→) rightwards arrow
185 dkDotAbove["7"] := "{u+2196}" ; (↖) north west arrow
186 dkDotAbove["8"] := "{u+2191}" ; (↑) upwards arrow
187 dkDotAbove["9"] := "{u+2197}" ; (↗) north east arrow
188 dkDotAbove["0"] := "{u+2194}" ; (↔) left right arrow
189 dkDotAbove["!"] := "{u+2199}" ; (↙) south west arrow
190 dkDotAbove["@"] := "{u+2193}" ; (↓) downwards arrow
191 dkDotAbove["#"] := "{u+2198}" ; (↘) south east arrow
192 dkDotAbove["$"] := "{u+2190}" ; (←) leftwards arrow
193 dkDotAbove["%"] := "{u+2195}" ; (↕) up down arrow
194 dkDotAbove["^"] := "{u+2192}" ; (→) rightwards arrow
195 dkDotAbove["&"] := "{u+2196}" ; (↖) north west arrow
196 dkDotAbove["*"] := "{u+2191}" ; (↑) upwards arrow
197 dkDotAbove["("] := "{u+2197}" ; (↗) north east arrow
198 dkDotAbove[")"] := "{u+2194}" ; (↔) left right arrow
199 dkDotAbove[chr(0x00e5)] := "{u+1e98}" ; (å -> ẘ) w with ring above
200 dkDotAbove[chr(0x00fb)] := "{u+1e99}" ; (û -> ẙ) y with ring above
201 dkDotAbove[" "] := "{u+02d9}" ; (˙) dot above
202
203
204 ; Dead Key : Macron/Stroke
205
206 global dkMacronStroke := Map()
207 dkMacronStroke["a"] := "{u+0101}" ; (ā) a with macron
208 dkMacronStroke["A"] := "{u+0100}" ; (Ā) A with macron
209 dkMacronStroke["b"] := "{u+0180}" ; (ƀ) b with stroke
210 dkMacronStroke["B"] := "{u+0243}" ; (Ƀ) B with stroke
211 dkMacronStroke["d"] := "{u+0111}" ; (đ) d with stroke
212 dkMacronStroke["D"] := "{u+0110}" ; (Đ) D with stroke
213 dkMacronStroke["e"] := "{u+0113}" ; (ē) e with macron
214 dkMacronStroke["E"] := "{u+0112}" ; (Ē) E with macron
215 dkMacronStroke["g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami)
216 dkMacronStroke["G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami)
217 dkMacronStroke["h"] := "{u+0127}" ; (ħ) h with stroke (Maltese)
218 dkMacronStroke["H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese)
219 dkMacronStroke["i"] := "{u+012b}" ; (ī) i with macron
220 dkMacronStroke["I"] := "{u+012a}" ; (Ī) I with macron
221 dkMacronStroke["j"] := "{u+0249}" ; (ɉ) j with stroke
222 dkMacronStroke["J"] := "{u+0248}" ; (Ɉ) J with stroke
223 dkMacronStroke["l"] := "{u+0142}" ; (ł) l with stroke
224 dkMacronStroke["L"] := "{u+0141}" ; (Ł) L with stroke
225 dkMacronStroke["o"] := "{u+014d}" ; (ō) o with macron
226 dkMacronStroke["O"] := "{u+014c}" ; (Ō) O with macron
227 dkMacronStroke["p"] := "{u+1d7d}" ; (ᵽ) p with stroke
228 dkMacronStroke["P"] := "{u+2c63}" ; (Ᵽ) P with stroke
229 dkMacronStroke["r"] := "{u+024d}" ; (ɍ) r with stroke
230 dkMacronStroke["R"] := "{u+024c}" ; (Ɍ) R with stroke
231 dkMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
232 dkMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
233 dkMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
234 dkMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
235 dkMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
236 dkMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
237 dkMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
238 dkMacronStroke["Z"] := "{u+01b5}" ; (Ƶ) Z with stroke
239 dkMacronStroke["1"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
240 dkMacronStroke["2"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
241 dkMacronStroke["3"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
242 dkMacronStroke["4"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
243 dkMacronStroke["5"] := "{u+21a8}" ; (↨) up down arrow with base
244 dkMacronStroke["6"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
245 dkMacronStroke["7"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
246 dkMacronStroke["8"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
247 dkMacronStroke["9"] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
248 dkMacronStroke["0"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
249 dkMacronStroke["!"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
250 dkMacronStroke["@"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
251 dkMacronStroke["#"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
252 dkMacronStroke["$"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
253 dkMacronStroke["%"] := "{u+21a8}" ; (↨) up down arrow with base
254 dkMacronStroke["^"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
255 dkMacronStroke["&"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
256 dkMacronStroke["*"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
257 dkMacronStroke["("] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
258 dkMacronStroke[")"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
259 dkMacronStroke[chr(0x00e6)] := "{u+01e3}" ; (æ -> ǣ) ae with macron
260 dkMacronStroke[chr(0x00c6)] := "{u+01e2}" ; (Æ -> Ǣ) AE with macron
261 dkMacronStroke[chr(0x00e9)] := "{u+1e21}" ; (é -> ḡ) g with macron
262 dkMacronStroke[chr(0x00c9)] := "{u+1e20}" ; (É -> Ḡ) G with macron
263 dkMacronStroke[chr(0x00ef)] := "{u+0268}" ; (ï -> ɨ) i with stroke
264 dkMacronStroke[chr(0x00cf)] := "{u+0197}" ; (Ï -> Ɨ) I with stroke
265 dkMacronStroke[chr(0x00f8)] := "{u+019a}" ; (ø -> ƚ) l with bar
266 dkMacronStroke[chr(0x00d8)] := "{u+023d}" ; (Ø -> Ƚ) L with bar
267 dkMacronStroke[chr(0x00f6)] := "{u+01ed}" ; (ö -> ǭ) o with ogonek and macron
268 dkMacronStroke[chr(0x00d6)] := "{u+01ec}" ; (Ö -> Ǭ) O with ogonek and macron
269 dkMacronStroke[chr(0x00fc)] := "{u+0289}" ; (ü -> ʉ) u with bar
270 dkMacronStroke[chr(0x00dc)] := "{u+0244}" ; (Ü -> Ʉ) U with bar
271 dkMacronStroke[chr(0x00fb)] := "{u+024f}" ; (û -> ɏ) y with stroke
272 dkMacronStroke[chr(0x00db)] := "{u+024e}" ; (Û -> Ɏ) Y with stroke
273 dkMacronStroke[" "] := "{u+00af}" ; (¯) macron
274
275
276 ; Dead Key : Cedilla/Ogonek
277
278 global dkCedillaOgonek := Map()
279 dkCedillaOgonek["a"] := "{u+0105}" ; (ą) a with ogonek
280 dkCedillaOgonek["A"] := "{u+0104}" ; (Ą) A with ogonek
281 dkCedillaOgonek["c"] := "{u+00e7}" ; (ç) c with cedilla
282 dkCedillaOgonek["C"] := "{u+00c7}" ; (Ç) C with cedilla
283 dkCedillaOgonek["d"] := "{u+1e11}" ; (ḑ) d with cedilla
284 dkCedillaOgonek["D"] := "{u+1e10}" ; (Ḑ) D with cedilla
285 dkCedillaOgonek["e"] := "{u+0119}" ; (ę) e with ogonek
286 dkCedillaOgonek["E"] := "{u+0118}" ; (Ę) E with ogonek
287 dkCedillaOgonek["g"] := "{u+0123}" ; (ģ) g with cedilla
288 dkCedillaOgonek["G"] := "{u+0122}" ; (Ģ) G with cedilla
289 dkCedillaOgonek["h"] := "{u+1e29}" ; (ḩ) h with cedilla
290 dkCedillaOgonek["H"] := "{u+1e28}" ; (Ḩ) H with cedilla
291 dkCedillaOgonek["i"] := "{u+012f}" ; (į) i with ogonek
292 dkCedillaOgonek["I"] := "{u+012e}" ; (Į) I with ogonek
293 dkCedillaOgonek["k"] := "{u+0137}" ; (ķ) k with cedilla
294 dkCedillaOgonek["K"] := "{u+0136}" ; (Ķ) K with cedilla
295 dkCedillaOgonek["l"] := "{u+013c}" ; (ļ) l with cedilla
296 dkCedillaOgonek["L"] := "{u+013b}" ; (Ļ) L with cedilla
297 dkCedillaOgonek["n"] := "{u+0146}" ; (ņ) n with cedilla
298 dkCedillaOgonek["N"] := "{u+0145}" ; (Ņ) N with cedilla
299 dkCedillaOgonek["o"] := "{u+01eb}" ; (ǫ) o with ogonek
300 dkCedillaOgonek["O"] := "{u+01ea}" ; (Ǫ) O with ogonek
301 dkCedillaOgonek["r"] := "{u+0157}" ; (ŗ) r with cedilla
302 dkCedillaOgonek["R"] := "{u+0156}" ; (Ŗ) R with cedilla
303 dkCedillaOgonek["s"] := "{u+015f}" ; (ş) s with cedilla
304 dkCedillaOgonek["S"] := "{u+015e}" ; (Ş) S with cedilla
305 dkCedillaOgonek["t"] := "{u+0163}" ; (ţ) t with cedilla
306 dkCedillaOgonek["T"] := "{u+0162}" ; (Ţ) T with cedilla
307 dkCedillaOgonek["u"] := "{u+0173}" ; (ų) u with ogonek
308 dkCedillaOgonek["U"] := "{u+0172}" ; (Ų) U with ogonek
309 dkCedillaOgonek["1"] := "{u+2013}" ; (–) en dash
310 dkCedillaOgonek["2"] := "{u+2014}" ; (—) em dash
311 dkCedillaOgonek["3"] := "{u+2015}" ; (―) horizontal bar
312 dkCedillaOgonek["4"] := "{u+2010}" ; (‐) hyphen
313 dkCedillaOgonek["9"] := "{u+2012}" ; (‒) figure dash
314 dkCedillaOgonek["0"] := "{u+00ad}" ; (­) soft hyphen
315 dkCedillaOgonek["!"] := "{u+2013}" ; (–) en dash
316 dkCedillaOgonek["@"] := "{u+2014}" ; (—) em dash
317 dkCedillaOgonek["#"] := "{u+2015}" ; (―) horizontal bar
318 dkCedillaOgonek["$"] := "{u+2010}" ; (‐) hyphen
319 dkCedillaOgonek["("] := "{u+2012}" ; (‒) figure dash
320 dkCedillaOgonek[")"] := "{u+00ad}" ; (­) soft hyphen
321 dkCedillaOgonek["-"] := "{u+2011}" ; (‑) non-breaking hyphen
322 dkCedillaOgonek["."] := "{u+02db}" ; (˛) ogonek
323 dkCedillaOgonek[chr(0x00eb)] := "{u+0229}" ; (ë -> ȩ) e with cedilla
324 dkCedillaOgonek[chr(0x00cb)] := "{u+0228}" ; (Ë -> Ȩ) E with cedilla
325 dkCedillaOgonek[chr(0x00f6)] := "{u+01ed}" ; (ö -> ǭ) o with ogonek and macron
326 dkCedillaOgonek[chr(0x00d6)] := "{u+01ec}" ; (Ö -> Ǭ) O with ogonek and macron
327 dkCedillaOgonek[" "] := "{u+00b8}" ; (¸) cedilla
328
329
330 ; Dead Key : Breve/Special
331
332 global dkBreveSpecial := Map()
333 dkBreveSpecial["a"] := "{u+0103}" ; (ă) a with breve
334 dkBreveSpecial["A"] := "{u+0102}" ; (Ă) A with breve
335 dkBreveSpecial["c"] := "{u+0188}" ; (ƈ) c with hook
336 dkBreveSpecial["C"] := "{u+0187}" ; (Ƈ) C with hook
337 dkBreveSpecial["d"] := "{u+0256}" ; (ɖ) small letter d with tail
338 dkBreveSpecial["D"] := "{u+0189}" ; (Ɖ) capital letter African D
339 dkBreveSpecial["e"] := "{u+0115}" ; (ĕ) e with breve
340 dkBreveSpecial["E"] := "{u+0114}" ; (Ĕ) E with breve
341 dkBreveSpecial["f"] := "{u+0259}" ; (ə) small letter schwa (Azerbaijani)
342 dkBreveSpecial["F"] := "{u+018f}" ; (Ə) capital letter schwa (Azerbaijani)
343 dkBreveSpecial["g"] := "{u+011f}" ; (ğ) g with breve
344 dkBreveSpecial["G"] := "{u+011e}" ; (Ğ) G with breve
345 dkBreveSpecial["h"] := "{u+a727}" ; (ꜧ) small letter heng
346 dkBreveSpecial["H"] := "{u+a726}" ; (Ꜧ) capital letter heng
347 dkBreveSpecial["i"] := "{u+012d}" ; (ĭ) i with breve
348 dkBreveSpecial["I"] := "{u+012c}" ; (Ĭ) I with breve
349 dkBreveSpecial["j"] := "{u+0133}" ; (ij) ligature ij
350 dkBreveSpecial["J"] := "{u+0132}" ; (IJ) ligature IJ
351 dkBreveSpecial["k"] := "{u+0199}" ; (ƙ) k with hook
352 dkBreveSpecial["K"] := "{u+0198}" ; (Ƙ) K with hook
353 dkBreveSpecial["m"] := "{u+0271}" ; (ɱ) m with hook
354 dkBreveSpecial["M"] := "{u+2c6e}" ; (Ɱ) M with hook
355 dkBreveSpecial["n"] := "{u+014b}" ; (ŋ) small letter eng(ma)
356 dkBreveSpecial["N"] := "{u+014a}" ; (Ŋ) capital letter eng(ma)
357 dkBreveSpecial["o"] := "{u+014f}" ; (ŏ) o with breve
358 dkBreveSpecial["O"] := "{u+014e}" ; (Ŏ) O with breve
359 dkBreveSpecial["p"] := "{u+01a5}" ; (ƥ) p with hook
360 dkBreveSpecial["P"] := "{u+01a4}" ; (Ƥ) P with hook
361 dkBreveSpecial["r"] := "{u+027d}" ; (ɽ) r with tail
362 dkBreveSpecial["R"] := "{u+2c64}" ; (Ɽ) R with tail
363 dkBreveSpecial["s"] := "{u+0219}" ; (ș) s with comma below (Romanian)
364 dkBreveSpecial["S"] := "{u+0218}" ; (Ș) S with comma below (Romanian)
365 dkBreveSpecial["t"] := "{u+021b}" ; (ț) t with comma below (Romanian)
366 dkBreveSpecial["T"] := "{u+021a}" ; (Ț) T with comma below (Romanian)
367 dkBreveSpecial["u"] := "{u+016d}" ; (ŭ) u with breve
368 dkBreveSpecial["U"] := "{u+016c}" ; (Ŭ) U with breve
369 dkBreveSpecial["v"] := "{u+028a}" ; (ʊ) latin small letter upsilon
370 dkBreveSpecial["V"] := "{u+01b1}" ; (Ʊ) latin capital letter upsilon
371 dkBreveSpecial["w"] := "{u+01bf}" ; (ƿ) small letter wynn
372 dkBreveSpecial["W"] := "{u+01f7}" ; (Ƿ) capital letter wynn
373 dkBreveSpecial["y"] := "{u+021d}" ; (ȝ) small letter yogh
374 dkBreveSpecial["Y"] := "{u+021c}" ; (Ȝ) capital letter yogh
375 dkBreveSpecial["z"] := "{u+0225}" ; (ȥ) z with hook
376 dkBreveSpecial["Z"] := "{u+0224}" ; (Ȥ) Z with hook
377 dkBreveSpecial["3"] := "{u+0292}" ; (ʒ) small letter ezh
378 dkBreveSpecial["#"] := "{u+01b7}" ; (Ʒ) capital letter ezh
379 dkBreveSpecial[chr(0x00e4)] := "{u+0252}" ; (ä -> ɒ) latin small letter turned alpha
380 dkBreveSpecial[chr(0x00c4)] := "{u+2c70}" ; (Ä -> Ɒ) latin capital letter turned alpha
381 dkBreveSpecial[chr(0x00eb)] := "{u+01dd}" ; (ë -> ǝ) small turned e
382 dkBreveSpecial[chr(0x00cb)] := "{u+018e}" ; (Ë -> Ǝ) capital reversed E
383 dkBreveSpecial[chr(0x00e9)] := "{u+0263}" ; (é -> ɣ) latin small gamma
384 dkBreveSpecial[chr(0x00c9)] := "{u+0194}" ; (É -> Ɣ) latin capital gamma
385 dkBreveSpecial[chr(0x00f1)] := "{u+0272}" ; (ñ -> ɲ) n with left hook
386 dkBreveSpecial[chr(0x00d1)] := "{u+019d}" ; (Ñ -> Ɲ) N with left hook
387 dkBreveSpecial[chr(0x00f6)] := "{u+0254}" ; (ö -> ɔ) small open o
388 dkBreveSpecial[chr(0x00d6)] := "{u+0186}" ; (Ö -> Ɔ) capital open O
389 dkBreveSpecial[chr(0x00e5)] := "{u+2c73}" ; (å -> ⱳ) w with hook
390 dkBreveSpecial[chr(0x00c5)] := "{u+2c72}" ; (Å -> Ⱳ) W with hook
391 dkBreveSpecial[" "] := "{u+02d8}" ; (˘) breve
392
393
394 ; Dead Key : Acute Accent
395
396 global dkAcuteAccent := Map()
397 dkAcuteAccent["a"] := "{u+0251}" ; (ɑ) latin small letter alpha
398 dkAcuteAccent["A"] := "{u+2c6d}" ; (Ɑ) latin capital letter alpha
399 dkAcuteAccent["b"] := "{u+0253}" ; (ɓ) b with hook
400 dkAcuteAccent["B"] := "{u+0181}" ; (Ɓ) B with hook
401 dkAcuteAccent["c"] := "{u+0107}" ; (ć) c with acute
402 dkAcuteAccent["C"] := "{u+0106}" ; (Ć) C with acute
403 dkAcuteAccent["d"] := "{u+0257}" ; (ɗ) d with hook
404 dkAcuteAccent["D"] := "{u+018a}" ; (Ɗ) D with hook
405 dkAcuteAccent["e"] := "{u+025b}" ; (ɛ) small letter open e (latin small epsilon)
406 dkAcuteAccent["E"] := "{u+0190}" ; (Ɛ) capital letter open E (latin capital epsilon)
407 dkAcuteAccent["f"] := "{u+0192}" ; (ƒ) f with hook
408 dkAcuteAccent["F"] := "{u+0191}" ; (Ƒ) F with hook
409 dkAcuteAccent["g"] := "{u+01f5}" ; (ǵ) g with acute
410 dkAcuteAccent["G"] := "{u+01f4}" ; (Ǵ) G with acute
411 dkAcuteAccent["h"] := "{u+0266}" ; (ɦ) h with hook
412 dkAcuteAccent["H"] := "{u+a7aa}" ; (Ɦ) H with hook
413 dkAcuteAccent["i"] := "{u+0269}" ; (ɩ) latin small letter iota
414 dkAcuteAccent["I"] := "{u+0196}" ; (Ɩ) latin capital letter iota
415 dkAcuteAccent["j"] := "{u+0133}" ; (ij) ligature ij
416 dkAcuteAccent["J"] := "{u+0132}" ; (IJ) ligature IJ
417 dkAcuteAccent["k"] := "{u+1e31}" ; (ḱ) k with acute
418 dkAcuteAccent["K"] := "{u+1e30}" ; (Ḱ) K with acute
419 dkAcuteAccent["l"] := "{u+013a}" ; (ĺ) l with acute
420 dkAcuteAccent["L"] := "{u+0139}" ; (Ĺ) L with acute
421 dkAcuteAccent["m"] := "{u+1e3f}" ; (ḿ) m with acute
422 dkAcuteAccent["M"] := "{u+1e3e}" ; (Ḿ) M with acute
423 dkAcuteAccent["n"] := "{u+0144}" ; (ń) n with acute
424 dkAcuteAccent["N"] := "{u+0143}" ; (Ń) N with acute
425 dkAcuteAccent["o"] := "{u+0151}" ; (ő) o with double acute
426 dkAcuteAccent["O"] := "{u+0150}" ; (Ő) O with double acute
427 dkAcuteAccent["p"] := "{u+1e55}" ; (ṕ) p with acute
428 dkAcuteAccent["P"] := "{u+1e54}" ; (Ṕ) P with acute
429 dkAcuteAccent["q"] := "{u+024b}" ; (ɋ) q with hook tail
430 dkAcuteAccent["Q"] := "{u+024a}" ; (Ɋ) Q with hook tail
431 dkAcuteAccent["r"] := "{u+0155}" ; (ŕ) r with acute
432 dkAcuteAccent["R"] := "{u+0154}" ; (Ŕ) R with acute
433 dkAcuteAccent["s"] := "{u+015b}" ; (ś) s with acute
434 dkAcuteAccent["S"] := "{u+015a}" ; (Ś) S with acute
435 dkAcuteAccent["t"] := "{u+01ad}" ; (ƭ) t with hook
436 dkAcuteAccent["T"] := "{u+01ac}" ; (Ƭ) T with hook
437 dkAcuteAccent["u"] := "{u+0171}" ; (ű) u with double acute
438 dkAcuteAccent["U"] := "{u+0170}" ; (Ű) U with double acute
439 dkAcuteAccent["v"] := "{u+028b}" ; (ʋ) v with hook
440 dkAcuteAccent["V"] := "{u+01b2}" ; (Ʋ) V with hook
441 dkAcuteAccent["w"] := "{u+1e83}" ; (ẃ) w with acute
442 dkAcuteAccent["W"] := "{u+1e82}" ; (Ẃ) W with acute
443 dkAcuteAccent["y"] := "{u+00fd}" ; (ý) y with acute
444 dkAcuteAccent["Y"] := "{u+00dd}" ; (Ý) Y with acute
445 dkAcuteAccent["z"] := "{u+017a}" ; (ź) z with acute
446 dkAcuteAccent["Z"] := "{u+0179}" ; (Ź) Z with acute
447 dkAcuteAccent["2"] := "{u+266b}" ; (♫) beamed eighth notes
448 dkAcuteAccent["3"] := "{u+2042}" ; (⁂) asterism
449 dkAcuteAccent["4"] := "{u+2605}" ; (★) black star
450 dkAcuteAccent["5"] := "{u+2606}" ; (☆) white star
451 dkAcuteAccent["6"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
452 dkAcuteAccent["7"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
453 dkAcuteAccent["8"] := "{u+266a}" ; (♪) eighth note
454 dkAcuteAccent["9"] := "{u+2706}" ; (✆) telephone location sign
455 dkAcuteAccent["0"] := "{u+2709}" ; (✉) envelope
456 dkAcuteAccent["@"] := "{u+266b}" ; (♫) beamed eighth notes
457 dkAcuteAccent["#"] := "{u+2042}" ; (⁂) asterism
458 dkAcuteAccent["$"] := "{u+2605}" ; (★) black star
459 dkAcuteAccent["%"] := "{u+2606}" ; (☆) white star
460 dkAcuteAccent["^"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
461 dkAcuteAccent["&"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
462 dkAcuteAccent["*"] := "{u+266a}" ; (♪) eighth note
463 dkAcuteAccent["("] := "{u+2706}" ; (✆) telephone location sign
464 dkAcuteAccent[")"] := "{u+2709}" ; (✉) envelope
465 dkAcuteAccent[chr(0x00e5)] := "{u+01fb}" ; (å -> ǻ) a with ring above and acute
466 dkAcuteAccent[chr(0x00c5)] := "{u+01fa}" ; (Å -> Ǻ) A with ring above and acute
467 dkAcuteAccent[chr(0x00e6)] := "{u+01fd}" ; (æ -> ǽ) ae with acute
468 dkAcuteAccent[chr(0x00c6)] := "{u+01fc}" ; (Æ -> Ǽ) AE with acute
469 dkAcuteAccent[chr(0x00f8)] := "{u+01ff}" ; (ø -> ǿ) o with stroke and acute
470 dkAcuteAccent[chr(0x00d8)] := "{u+01fe}" ; (Ø -> Ǿ) O with stroke and acute
471 dkAcuteAccent[chr(0x00e7)] := "{u+1e09}" ; (ç -> ḉ) c with cedilla and acute
472 dkAcuteAccent[chr(0x00c7)] := "{u+1e08}" ; (Ç -> Ḉ) C with cedilla and acute
473 dkAcuteAccent[chr(0x00e9)] := "{u+0260}" ; (é -> ɠ) g with hook
474 dkAcuteAccent[chr(0x00c9)] := "{u+0193}" ; (É -> Ɠ) G with hook
475 dkAcuteAccent[chr(0x00ec)] := "{u+028c}" ; (ì -> ʌ) latin small letter turned v
476 dkAcuteAccent[chr(0x00cc)] := "{u+0245}" ; (Ì -> Ʌ) latin capital letter turned V
477 dkAcuteAccent[chr(0x00fb)] := "{u+01b4}" ; (û -> ƴ) y with hook
478 dkAcuteAccent[chr(0x00db)] := "{u+01b3}" ; (Û -> Ƴ) Y with hook
479 dkAcuteAccent[chr(0x00f6)] := "{u+01a1}" ; (ö -> ơ) o with horn
480 dkAcuteAccent[chr(0x00d6)] := "{u+01a0}" ; (Ö -> Ơ) O with horn
481 dkAcuteAccent[chr(0x00fc)] := "{u+01b0}" ; (ü -> ư) u with horn
482 dkAcuteAccent[chr(0x00dc)] := "{u+01af}" ; (Ü -> Ư) U with horn
483 dkAcuteAccent[" "] := "{u+00b4}" ; (´) acute accent
484
485
486 ; Dead Key : Diaeresis
487
488 global dkDiaeresis := Map()
489 dkDiaeresis["a"] := "{u+00e4}" ; (ä) a with diaeresis
490 dkDiaeresis["A"] := "{u+00c4}" ; (Ä) A with diaeresis
491 dkDiaeresis["e"] := "{u+00eb}" ; (ë) e with diaeresis
492 dkDiaeresis["E"] := "{u+00cb}" ; (Ë) E with diaeresis
493 dkDiaeresis["h"] := "{u+1e27}" ; (ḧ) h with diaeresis
494 dkDiaeresis["H"] := "{u+1e26}" ; (Ḧ) H with diaeresis
495 dkDiaeresis["i"] := "{u+00ef}" ; (ï) i with diaeresis
496 dkDiaeresis["I"] := "{u+00cf}" ; (Ï) I with diaeresis
497 dkDiaeresis["o"] := "{u+00f6}" ; (ö) o with diaeresis
498 dkDiaeresis["O"] := "{u+00d6}" ; (Ö) O with diaeresis
499 dkDiaeresis["s"] := "{u+0283}" ; (ʃ) small letter esh
500 dkDiaeresis["S"] := "{u+01a9}" ; (Ʃ) capital letter esh
501 dkDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
502 dkDiaeresis["u"] := "{u+00fc}" ; (ü) u with diaeresis
503 dkDiaeresis["U"] := "{u+00dc}" ; (Ü) U with diaeresis
504 dkDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
505 dkDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
506 dkDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
507 dkDiaeresis["X"] := "{u+1e8c}" ; (Ẍ) X with diaeresis
508 dkDiaeresis["y"] := "{u+00ff}" ; (ÿ) y with diaeresis
509 dkDiaeresis["Y"] := "{u+0178}" ; (Ÿ) Y with diaeresis
510 dkDiaeresis[" "] := "{u+00a8}" ; (¨) diaeresis
511
512
513 ; Dead Key : Grave Accent
514
515 global dkGraveAccent := Map()
516 dkGraveAccent["a"] := "{u+0201}" ; (ȁ) a with double grave
517 dkGraveAccent["A"] := "{u+0200}" ; (Ȁ) A with double grave
518 dkGraveAccent["d"] := "{u+00f0}" ; (ð) small letter eth
519 dkGraveAccent["D"] := "{u+00d0}" ; (Ð) capital letter eth
520 dkGraveAccent["e"] := "{u+0205}" ; (ȅ) e with double grave
521 dkGraveAccent["E"] := "{u+0204}" ; (Ȅ) E with double grave
522 dkGraveAccent["i"] := "{u+0209}" ; (ȉ) i with double grave
523 dkGraveAccent["I"] := "{u+0208}" ; (Ȉ) I with double grave
524 dkGraveAccent["n"] := "{u+01f9}" ; (ǹ) n with grave
525 dkGraveAccent["N"] := "{u+01f8}" ; (Ǹ) N with grave
526 dkGraveAccent["o"] := "{u+020d}" ; (ȍ) o with double grave
527 dkGraveAccent["O"] := "{u+020c}" ; (Ȍ) O with double grave
528 dkGraveAccent["r"] := "{u+0211}" ; (ȑ) r with double grave
529 dkGraveAccent["R"] := "{u+0210}" ; (Ȑ) R with double grave
530 dkGraveAccent["t"] := "{u+00fe}" ; (þ) small letter thorn
531 dkGraveAccent["T"] := "{u+00de}" ; (Þ) capital letter thorn
532 dkGraveAccent["u"] := "{u+0215}" ; (ȕ) u with double grave
533 dkGraveAccent["U"] := "{u+0214}" ; (Ȕ) U with double grave
534 dkGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
535 dkGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
536 dkGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
537 dkGraveAccent["Y"] := "{u+1ef2}" ; (Ỳ) Y with grave
538 dkGraveAccent["c"] := "{u+2663}" ; (♣) black club suit
539 dkGraveAccent["C"] := "{u+2667}" ; (♧) white club suit
540 dkGraveAccent["h"] := "{u+2665}" ; (♥) black heart suit
541 dkGraveAccent["H"] := "{u+2661}" ; (♡) white heart suit
542 dkGraveAccent["m"] := "{u+2666}" ; (♦) black diamond suit
543 dkGraveAccent["M"] := "{u+2662}" ; (♢) white diamond suit
544 dkGraveAccent["s"] := "{u+2660}" ; (♠) black spade suit
545 dkGraveAccent["S"] := "{u+2664}" ; (♤) white spade suit
546 dkGraveAccent["1"] := "{u+2002}" ; en space
547 dkGraveAccent["2"] := "{u+2003}" ; em space
548 dkGraveAccent["3"] := "{u+2004}" ; three-per-em space
549 dkGraveAccent["4"] := "{u+2005}" ; four-per-em space
550 dkGraveAccent["5"] := "{u+2008}" ; punctuation space
551 dkGraveAccent["6"] := "{u+2006}" ; six-per-em space
552 dkGraveAccent["7"] := "{u+2009}" ; thin space
553 dkGraveAccent["8"] := "{u+200a}" ; hair space
554 dkGraveAccent["9"] := "{u+2007}" ; figure space
555 dkGraveAccent["0"] := "{u+200b}" ; zero-width space
556 dkGraveAccent["!"] := "{u+2002}" ; en space
557 dkGraveAccent["@"] := "{u+2003}" ; em space
558 dkGraveAccent["#"] := "{u+2004}" ; three-per-em space
559 dkGraveAccent["$"] := "{u+2005}" ; four-per-em space
560 dkGraveAccent["%"] := "{u+2008}" ; punctuation space
561 dkGraveAccent["^"] := "{u+2006}" ; six-per-em space
562 dkGraveAccent["&"] := "{u+2009}" ; thin space
563 dkGraveAccent["*"] := "{u+200a}" ; hair space
564 dkGraveAccent["("] := "{u+2007}" ; figure space
565 dkGraveAccent[")"] := "{u+200b}" ; zero-width space
566 dkGraveAccent["-"] := "{u+00a0}" ; non-breaking space
567 dkGraveAccent["="] := "{u+202f}" ; narrow no-break space
568 dkGraveAccent[" "] := "``" ; grave accent
569
570
571 ; Dead Key : Tilde
572
573 global dkTilde := Map()
574 dkTilde["a"] := "{u+00e3}" ; (ã) a with tilde
575 dkTilde["A"] := "{u+00c3}" ; (Ã) A with tilde
576 dkTilde["e"] := "{u+1ebd}" ; (ẽ) e with tilde
577 dkTilde["E"] := "{u+1ebc}" ; (Ẽ) E with tilde
578 dkTilde["i"] := "{u+0129}" ; (ĩ) i with tilde
579 dkTilde["I"] := "{u+0128}" ; (Ĩ) I with tilde
580 dkTilde["l"] := "{u+026b}" ; (ɫ) l with middle tilde
581 dkTilde["L"] := "{u+2c62}" ; (Ɫ) L with middle tilde
582 dkTilde["n"] := "{u+00f1}" ; (ñ) n with tilde
583 dkTilde["N"] := "{u+00d1}" ; (Ñ) N with tilde
584 dkTilde["o"] := "{u+00f5}" ; (õ) o with tilde
585 dkTilde["O"] := "{u+00d5}" ; (Õ) O with tilde
586 dkTilde["u"] := "{u+0169}" ; (ũ) u with tilde
587 dkTilde["U"] := "{u+0168}" ; (Ũ) U with tilde
588 dkTilde["v"] := "{u+1e7d}" ; (ṽ) v with tilde
589 dkTilde["V"] := "{u+1e7c}" ; (Ṽ) V with tilde
590 dkTilde["y"] := "{u+1ef9}" ; (ỹ) y with tilde
591 dkTilde["Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde
592 dkTilde["g"] := "{u+ab36}" ; (ꬶ) cross-tailed g
593 dkTilde["h"] := "{u+0267}" ; (ɧ) small letter heng with hook
594 dkTilde["k"] := "{u+0138}" ; (ĸ) small letter kra
595 dkTilde["s"] := "{u+017f}" ; (ſ) small long s
596 dkTilde["1"] := "{u+2000}" ; en quad
597 dkTilde["2"] := "{u+2001}" ; em quad
598 dkTilde["!"] := "{u+2000}" ; en quad
599 dkTilde["@"] := "{u+2001}" ; em quad
600 dkTilde[" "] := "~" ; tilde
601
602
603 ; Dead Key : General Symbols
604
605 global dkSymbols := Map()
606 dkSymbols["a"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
607 dkSymbols["A"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
608 dkSymbols["b"] := "{u+2022}" ; (•) bullet
609 dkSymbols["B"] := "{u+25e6}" ; (◦) white bullet
610 dkSymbols["c"] := "{u+2105}" ; (℅) care of
611 dkSymbols["C"] := "{u+2105}" ; (℅) care of
612 dkSymbols["d"] := "{u+2020}" ; (†) dagger
613 dkSymbols["D"] := "{u+2021}" ; (‡) double dagger
614 dkSymbols["e"] := "{u+212e}" ; (℮) estimated symbol
615 dkSymbols["E"] := "{u+2709}" ; (✉) envelope
616 dkSymbols["f"] := "{u+2640}" ; (♀) Venus symbol (female)
617 dkSymbols["F"] := "{u+2640}" ; (♀) Venus symbol (female)
618 dkSymbols["h"] := "{u+2766}" ; (❦) floral heart
619 dkSymbols["H"] := "{u+2767}" ; (❧) rotated floral heart bullet
620 dkSymbols["i"] := "{u+22c4}" ; (⋄) diamond operator
621 dkSymbols["I"] := "{u+22c4}" ; (⋄) diamond operator
622 dkSymbols["l"] := "{u+2113}" ; (ℓ) script small l
623 dkSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
624 dkSymbols["m"] := "{u+2642}" ; (♂) Mars symbol (male)
625 dkSymbols["M"] := "{u+2642}" ; (♂) Mars symbol (male)
626 dkSymbols["n"] := "{u+00ac}" ; (¬) not sign
627 dkSymbols["N"] := "{u+00ac}" ; (¬) not sign
628 dkSymbols["o"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
629 dkSymbols["O"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
630 dkSymbols["p"] := "{u+00b6}" ; (¶) pilcrow sign
631 dkSymbols["P"] := "{u+2117}" ; (℗) sound recording copyright
632 dkSymbols["q"] := "{u+201e}" ; („) double low-9 quotation mark
633 dkSymbols["Q"] := "{u+201a}" ; (‚) single low-9 quotation mark
634 dkSymbols["r"] := "{u+00ae}" ; (®) registered sign
635 dkSymbols["R"] := "{u+2619}" ; (☙) reversed rotated floral heart bullet
636 dkSymbols["s"] := "{u+2120}" ; (℠) service mark
637 dkSymbols["S"] := "{u+2120}" ; (℠) service mark
638 dkSymbols["t"] := "{u+2122}" ; (™) trademark symbol
639 dkSymbols["T"] := "{u+2706}" ; (✆) telephone location sign
640 dkSymbols["u"] := "{u+2610}" ; (☐) ballot box
641 dkSymbols["U"] := "{u+2610}" ; (☐) ballot box
642 dkSymbols["v"] := "{u+2713}" ; (✓) check mark
643 dkSymbols["V"] := "{u+2714}" ; (✔) heavy check mark
644 dkSymbols["x"] := "{u+2717}" ; (✗) ballot x
645 dkSymbols["X"] := "{u+2718}" ; (✘) heavy ballot x
646 dkSymbols["y"] := "{u+2611}" ; (☑) ballot box with check
647 dkSymbols["Y"] := "{u+2612}" ; (☒) ballot box with x
648 dkSymbols["1"] := "{u+2116}" ; (№) numero sign
649 dkSymbols["2"] := "{u+00bd}" ; (½) vulgar fraction 1/2
650 dkSymbols["3"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
651 dkSymbols["4"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
652 dkSymbols["5"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
653 dkSymbols["6"] := "{u+00be}" ; (¾) vulgar fraction 3/4
654 dkSymbols["7"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
655 dkSymbols["8"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
656 dkSymbols["9"] := "{u+215d}" ; (⅝) vulgar fraction 5/8
657 dkSymbols["0"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
658 dkSymbols["!"] := "{u+2116}" ; (№) numero sign
659 dkSymbols["@"] := "{u+00bd}" ; (½) vulgar fraction 1/2
660 dkSymbols["#"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
661 dkSymbols["$"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
662 dkSymbols["%"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
663 dkSymbols["^"] := "{u+00be}" ; (¾) vulgar fraction 3/4
664 dkSymbols["&"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
665 dkSymbols["*"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
666 dkSymbols["("] := "{u+215d}" ; (⅝) vulgar fraction 5/8
667 dkSymbols[")"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
668 dkSymbols["-"] := "{u+2043}" ; (⁃) hyphen bullet
669 dkSymbols["_"] := "{u+2023}" ; (‣) triangular bullet
670 dkSymbols["="] := "{u+00d7}" ; (×) multiplication sign
671 dkSymbols["+"] := "{u+00f7}" ; (÷) division sign
672 dkSymbols[";"] := "{u+263a}" ; (☺) white smiling face
673 dkSymbols[":"] := "{u+263b}" ; (☻) black smiling face
674 dkSymbols["/"] := "{u+203c}" ; (‼) double exclamation mark
675 dkSymbols["?"] := "{u+203d}" ; (‽) interrobang
676 dkSymbols["\"] := "{u+205e}" ; (⁞) vertical four dots
677 dkSymbols["|"] := "{u+00a6}" ; (¦) broken bar
678 dkSymbols[chr(0x00e4)] := "{u+214d}" ; (ä -> ⅍) aktieselskab
679 dkSymbols[chr(0x00c4)] := "{u+214d}" ; (Ä -> ⅍) aktieselskab
680 dkSymbols[chr(0x00f6)] := "{u+2126}" ; (ö -> Ω) ohm sign (backwards compatibility)
681 dkSymbols[chr(0x00d6)] := "{u+2126}" ; (Ö -> Ω) ohm sign (backwards compatibility)
682 dkSymbols[chr(0x00bf)] := "{u+2e18}" ; (¿ -> ⸘) inverted interrobang
683 dkSymbols[chr(0x2026)] := "{u+2e2e}" ; (… -> ⸮) reversed question mark
684 dkSymbols[" "] := "{u+00d7}" ; (×) multiplication sign
685
686
687 ; Dead Key : Currency
688
689 global dkCurrency := Map()
690 dkCurrency["a"] := "{u+20b3}" ; (₳) Argentine austral
691 dkCurrency["A"] := "{u+20b3}" ; (₳) Argentine austral
692 dkCurrency["b"] := "{u+20bf}" ; (₿) bitcoin
693 dkCurrency["B"] := "{u+20bf}" ; (₿) bitcoin
694 dkCurrency["c"] := "{u+20a1}" ; (₡) Costa Rican colón
695 dkCurrency["C"] := "{u+20b5}" ; (₵) Ghanaian cedi
696 dkCurrency["d"] := "{u+20ab}" ; (₫) Vietnamese dong
697 dkCurrency["D"] := "{u+20af}" ; (₯) Greek drachma
698 dkCurrency["f"] := "{u+20a3}" ; (₣) French franc
699 dkCurrency["F"] := "{u+20a3}" ; (₣) French franc
700 dkCurrency["g"] := "{u+20b2}" ; (₲) Paraguayan guaraní
701 dkCurrency["G"] := "{u+20b2}" ; (₲) Paraguayan guaraní
702 dkCurrency["h"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
703 dkCurrency["H"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
704 dkCurrency["k"] := "{u+20ad}" ; (₭) Laotian kip
705 dkCurrency["K"] := "{u+20ad}" ; (₭) Laotian kip
706 dkCurrency["l"] := "{u+20ba}" ; (₺) Turkish lira
707 dkCurrency["L"] := "{u+20be}" ; (₾) Georgian lari
708 dkCurrency["m"] := "{u+20bc}" ; (₼) Azerbaijani manat
709 dkCurrency["M"] := "{u+20a5}" ; (₥) mill sign
710 dkCurrency["n"] := "{u+20a6}" ; (₦) Nigerian naira
711 dkCurrency["N"] := "{u+20a6}" ; (₦) Nigerian naira
712 dkCurrency["p"] := "{u+20b1}" ; (₱) Philippine peso
713 dkCurrency["P"] := "{u+20b1}" ; (₱) Philippine peso
714 dkCurrency["r"] := "{u+20b9}" ; (₹) Indian rupee
715 dkCurrency["R"] := "{u+20bd}" ; (₽) Russian ruble
716 dkCurrency["s"] := "{u+20aa}" ; (₪) Israeli new shekel
717 dkCurrency["S"] := "{u+20b7}" ; (₷) spesmilo
718 dkCurrency["t"] := "{u+20ae}" ; (₮) Mongolian tögrög (tugrik)
719 dkCurrency["T"] := "{u+20b8}" ; (₸) Kazakh tenge
720 dkCurrency["w"] := "{u+20a9}" ; (₩) South Korean won
721 dkCurrency["W"] := "{u+20a9}" ; (₩) South Korean won
722 dkCurrency["x"] := "{u+00a4}" ; (¤) currency sign
723 dkCurrency["X"] := "{u+00a4}" ; (¤) currency sign
724 dkCurrency[chr(0x00e7)] := "{u+20a2}" ; (ç -> ₢) Brazilian cruzeiro
725 dkCurrency[chr(0x00c7)] := "{u+20a2}" ; (Ç -> ₢) Brazilian cruzeiro
726 dkCurrency[chr(0x00f8)] := "{u+20a4}" ; (ø -> ₤) lira
727 dkCurrency[chr(0x00d8)] := "{u+20b6}" ; (Ø -> ₶) livre tournois
728 dkCurrency[" "] := "{u+00a4}" ; (¤) currency sign
729
730
731 ; Dead Key : Greek Alphabet
732
733 global dkGreekAlphabet := Map()
734 dkGreekAlphabet["a"] := "{u+03b1}" ; (α) small alpha
735 dkGreekAlphabet["A"] := "{u+0391}" ; (Α) capital alpha
736 dkGreekAlphabet["b"] := "{u+03b2}" ; (β) small beta
737 dkGreekAlphabet["B"] := "{u+0392}" ; (Β) capital beta
738 dkGreekAlphabet["v"] := "{u+03b2}" ; (β) small beta
739 dkGreekAlphabet["V"] := "{u+0392}" ; (Β) capital beta
740 dkGreekAlphabet["g"] := "{u+03b3}" ; (γ) small gamma
741 dkGreekAlphabet["G"] := "{u+0393}" ; (Γ) capital gamma
742 dkGreekAlphabet["d"] := "{u+03b4}" ; (δ) small delta
743 dkGreekAlphabet["D"] := "{u+0394}" ; (Δ) capital delta
744 dkGreekAlphabet["e"] := "{u+03b5}" ; (ε) small epsilon
745 dkGreekAlphabet["E"] := "{u+0395}" ; (Ε) capital epsilon
746 dkGreekAlphabet["z"] := "{u+03b6}" ; (ζ) small zeta
747 dkGreekAlphabet["Z"] := "{u+0396}" ; (Ζ) capital zeta
748 dkGreekAlphabet["h"] := "{u+03b7}" ; (η) small eta
749 dkGreekAlphabet["H"] := "{u+0397}" ; (Η) capital eta
750 dkGreekAlphabet["j"] := "{u+03b8}" ; (θ) small theta
751 dkGreekAlphabet["J"] := "{u+0398}" ; (Θ) capital theta
752 dkGreekAlphabet["i"] := "{u+03b9}" ; (ι) small iota
753 dkGreekAlphabet["I"] := "{u+0399}" ; (Ι) capital iota
754 dkGreekAlphabet["k"] := "{u+03ba}" ; (κ) small kappa
755 dkGreekAlphabet["K"] := "{u+039a}" ; (Κ) capital kappa
756 dkGreekAlphabet["l"] := "{u+03bb}" ; (λ) small lambda
757 dkGreekAlphabet["L"] := "{u+039b}" ; (Λ) capital lambda
758 dkGreekAlphabet["m"] := "{u+03bc}" ; (μ) small mu
759 dkGreekAlphabet["M"] := "{u+039c}" ; (Μ) capital mu
760 dkGreekAlphabet["n"] := "{u+03bd}" ; (ν) small nu
761 dkGreekAlphabet["N"] := "{u+039d}" ; (Ν) capital nu
762 dkGreekAlphabet["x"] := "{u+03be}" ; (ξ) small xi
763 dkGreekAlphabet["X"] := "{u+039e}" ; (Ξ) capital xi
764 dkGreekAlphabet["o"] := "{u+03bf}" ; (ο) small omicron
765 dkGreekAlphabet["O"] := "{u+039f}" ; (Ο) capital omicron
766 dkGreekAlphabet["p"] := "{u+03c0}" ; (π) small pi
767 dkGreekAlphabet["P"] := "{u+03a0}" ; (Π) capital pi
768 dkGreekAlphabet["r"] := "{u+03c1}" ; (ρ) small rho
769 dkGreekAlphabet["R"] := "{u+03a1}" ; (Ρ) capital rho
770 dkGreekAlphabet["s"] := "{u+03c3}" ; (σ) small sigma
771 dkGreekAlphabet["S"] := "{u+03a3}" ; (Σ) capital sigma
772 dkGreekAlphabet[","] := "{u+03c2}" ; (ς) small final sigma
773 dkGreekAlphabet["t"] := "{u+03c4}" ; (τ) small tau
774 dkGreekAlphabet["T"] := "{u+03a4}" ; (Τ) capital tau
775 dkGreekAlphabet["u"] := "{u+03c5}" ; (υ) small upsilon
776 dkGreekAlphabet["U"] := "{u+03a5}" ; (Υ) capital upsilon
777 dkGreekAlphabet["y"] := "{u+03c5}" ; (υ) small upsilon
778 dkGreekAlphabet["Y"] := "{u+03a5}" ; (Υ) capital upsilon
779 dkGreekAlphabet["f"] := "{u+03c6}" ; (φ) small phi
780 dkGreekAlphabet["F"] := "{u+03a6}" ; (Φ) capital phi
781 dkGreekAlphabet["c"] := "{u+03c7}" ; (χ) small chi
782 dkGreekAlphabet["C"] := "{u+03a7}" ; (Χ) capital chi
783 dkGreekAlphabet["w"] := "{u+03c8}" ; (ψ) small psi
784 dkGreekAlphabet["W"] := "{u+03a8}" ; (Ψ) capital psi
785 dkGreekAlphabet["q"] := "{u+03c9}" ; (ω) small omega
786 dkGreekAlphabet["Q"] := "{u+03a9}" ; (Ω) capital omega
787 dkGreekAlphabet["1"] := "{u+00b9}" ; (¹) superscript 1
788 dkGreekAlphabet["2"] := "{u+00b2}" ; (²) superscript 2
789 dkGreekAlphabet["3"] := "{u+00b3}" ; (³) superscript 3
790 dkGreekAlphabet["4"] := "{u+2074}" ; (⁴) superscript 4
791 dkGreekAlphabet["5"] := "{u+2075}" ; (⁵) superscript 5
792 dkGreekAlphabet["6"] := "{u+2076}" ; (⁶) superscript 6
793 dkGreekAlphabet["7"] := "{u+2077}" ; (⁷) superscript 7
794 dkGreekAlphabet["8"] := "{u+2078}" ; (⁸) superscript 8
795 dkGreekAlphabet["9"] := "{u+2079}" ; (⁹) superscript 9
796 dkGreekAlphabet["0"] := "{u+2070}" ; (⁰) superscript 0
797 dkGreekAlphabet["-"] := "{u+207b}" ; (⁻) superscript -
798 dkGreekAlphabet["="] := "{u+207c}" ; (⁼) superscript =
799 dkGreekAlphabet["+"] := "{u+207a}" ; (⁺) superscript +
800 dkGreekAlphabet["["] := "{u+207d}" ; (⁽) superscript (
801 dkGreekAlphabet["]"] := "{u+207e}" ; (⁾) superscript )
802 dkGreekAlphabet["!"] := "{u+2081}" ; (₁) subscript 1
803 dkGreekAlphabet["@"] := "{u+2082}" ; (₂) subscript 2
804 dkGreekAlphabet["#"] := "{u+2083}" ; (₃) subscript 3
805 dkGreekAlphabet["$"] := "{u+2084}" ; (₄) subscript 4
806 dkGreekAlphabet["%"] := "{u+2085}" ; (₅) subscript 5
807 dkGreekAlphabet["^"] := "{u+2086}" ; (₆) subscript 6
808 dkGreekAlphabet["&"] := "{u+2087}" ; (₇) subscript 7
809 dkGreekAlphabet["*"] := "{u+2088}" ; (₈) subscript 8
810 dkGreekAlphabet["("] := "{u+2089}" ; (₉) subscript 9
811 dkGreekAlphabet[")"] := "{u+2080}" ; (₀) subscript 0
812 dkGreekAlphabet[";"] := "{u+208b}" ; (₋) subscript -
813 dkGreekAlphabet["'"] := "{u+208c}" ; (₌) subscript =
814 dkGreekAlphabet[chr(34)] := "{u+208a}" ; (₊) subscript +
815 dkGreekAlphabet["{"] := "{u+208d}" ; (₍) subscript (
816 dkGreekAlphabet["}"] := "{u+208e}" ; (₎) subscript )
817 dkGreekAlphabet["."] := "{u+00b5}" ; (µ) micro sign
818 dkGreekAlphabet[chr(0x00df)] := "{u+03c2}" ; (ß -> ς) small final sigma
819 dkGreekAlphabet[" "] := "{u+03bc}" ; (μ) small mu
820
821
822 ; Dead Key : Math Symbols
823
824 global dkMathSymbols := Map()
825 dkMathSymbols["a"] := "{u+2200}" ; (∀) for all
826 dkMathSymbols["A"] := "{u+2200}" ; (∀) for all
827 dkMathSymbols["b"] := "{u+2286}" ; (⊆) subset of or equal to
828 dkMathSymbols["B"] := "{u+2287}" ; (⊇) superset of or equal to
829 dkMathSymbols["c"] := "{u+221d}" ; (∝) proportional to
830 dkMathSymbols["C"] := "{u+2102}" ; (ℂ) complex numbers
831 dkMathSymbols["d"] := "{u+2206}" ; (∆) increment operator
832 dkMathSymbols["D"] := "{u+2207}" ; (∇) nabla/del operator
833 dkMathSymbols["e"] := "{u+2203}" ; (∃) there exists
834 dkMathSymbols["E"] := "{u+2204}" ; (∄) there does not exist
835 dkMathSymbols["f"] := "{u+0192}" ; (ƒ) f with hook
836 dkMathSymbols["F"] := "{u+220e}" ; (∎) end of proof
837 dkMathSymbols["g"] := "{u+2282}" ; (⊂) subset of
838 dkMathSymbols["G"] := "{u+2284}" ; (⊄) not a subset of
839 dkMathSymbols["h"] := "{u+2283}" ; (⊃) superset of
840 dkMathSymbols["H"] := "{u+2285}" ; (⊅) not a superset of
841 dkMathSymbols["i"] := "{u+221e}" ; (∞) infinity symbol
842 dkMathSymbols["I"] := "{u+2111}" ; (ℑ) imaginary numbers
843 dkMathSymbols["k"] := "{u+220b}" ; (∋) contains as member
844 dkMathSymbols["K"] := "{u+220c}" ; (∌) does not contain as member
845 dkMathSymbols["l"] := "{u+2225}" ; (∥) parallel to
846 dkMathSymbols["L"] := "{u+2226}" ; (∦) not parallel to
847 dkMathSymbols["m"] := "{u+2208}" ; (∈) element of
848 dkMathSymbols["M"] := "{u+2209}" ; (∉) not an element of
849 dkMathSymbols["n"] := "{u+207f}" ; (ⁿ) superscript n
850 dkMathSymbols["N"] := "{u+2115}" ; (ℕ) natural numbers
851 dkMathSymbols["o"] := "{u+2218}" ; (∘) ring operator
852 dkMathSymbols["O"] := "{u+2205}" ; (∅) empty set
853 dkMathSymbols["p"] := "{u+2202}" ; (∂) partial differential
854 dkMathSymbols["P"] := "{u+2119}" ; (ℙ) prime numbers
855 dkMathSymbols["q"] := "{u+211a}" ; (ℚ) rational numbers
856 dkMathSymbols["Q"] := "{u+211a}" ; (ℚ) rational numbers
857 dkMathSymbols["r"] := "{u+221a}" ; (√) square root
858 dkMathSymbols["R"] := "{u+211d}" ; (ℝ) real numbers
859 dkMathSymbols["s"] := "{u+2229}" ; (∩) set intersection
860 dkMathSymbols["S"] := "{u+222b}" ; (∫) integral symbol
861 dkMathSymbols["u"] := "{u+222a}" ; (∪) set union
862 dkMathSymbols["U"] := "{u+2216}" ; (∖) set minus
863 dkMathSymbols["w"] := "{u+2118}" ; (℘) Weierstrass elliptic function
864 dkMathSymbols["W"] := "{u+2118}" ; (℘) Weierstrass elliptic function
865 dkMathSymbols["z"] := "{u+21af}" ; (↯) downwards zigzag arrow
866 dkMathSymbols["Z"] := "{u+2124}" ; (ℤ) whole numbers
867 dkMathSymbols["1"] := "{u+2260}" ; (≠) not equal to
868 dkMathSymbols["!"] := "{u+2260}" ; (≠) not equal to
869 dkMathSymbols["2"] := "{u+221a}" ; (√) square root
870 dkMathSymbols["@"] := "{u+221a}" ; (√) square root
871 dkMathSymbols["3"] := "{u+221b}" ; (∛) cube root
872 dkMathSymbols["#"] := "{u+221b}" ; (∛) cube root
873 dkMathSymbols["4"] := "{u+221c}" ; (∜) fourth root
874 dkMathSymbols["$"] := "{u+221c}" ; (∜) fourth root
875 dkMathSymbols["5"] := "{u+2030}" ; (‰) per mille sign
876 dkMathSymbols["%"] := "{u+2031}" ; (‱) per ten thousand sign
877 dkMathSymbols["6"] := "{u+2220}" ; (∠) angle symbol
878 dkMathSymbols["^"] := "{u+2220}" ; (∠) angle symbol
879 dkMathSymbols["7"] := "{u+2227}" ; (∧) logical and
880 dkMathSymbols["&"] := "{u+2227}" ; (∧) logical and
881 dkMathSymbols["8"] := "{u+2297}" ; (⊗) circled times
882 dkMathSymbols["*"] := "{u+2297}" ; (⊗) circled times
883 dkMathSymbols["9"] := "{u+221f}" ; (∟) right angle
884 dkMathSymbols["("] := "{u+221f}" ; (∟) right angle
885 dkMathSymbols["0"] := "{u+2221}" ; (∡) measured angle
886 dkMathSymbols[")"] := "{u+2221}" ; (∡) measured angle
887 dkMathSymbols["``"] := "{u+2248}" ; (≈) almost equal to
888 dkMathSymbols["~"] := "{u+2248}" ; (≈) almost equal to
889 dkMathSymbols[","] := "{u+2264}" ; (≤) less-than or equal to
890 dkMathSymbols["<"] := "{u+2264}" ; (≤) less-than or equal to
891 dkMathSymbols["."] := "{u+2265}" ; (≥) greater-than or equal to
892 dkMathSymbols[">"] := "{u+2265}" ; (≥) greater-than or equal to
893 dkMathSymbols["-"] := "{u+00b1}" ; (±) plus-minus sign
894 dkMathSymbols["_"] := "{u+2296}" ; (⊖) circled minus
895 dkMathSymbols["/"] := "{u+2298}" ; (⊘) circled division slash
896 dkMathSymbols["="] := "{u+225d}" ; (≝) equal to by definition
897 dkMathSymbols["+"] := "{u+2295}" ; (⊕) circled plus
898 dkMathSymbols[";"] := "{u+2235}" ; (∵) because sign
899 dkMathSymbols[":"] := "{u+2234}" ; (∴) therefore sign
900 dkMathSymbols["'"] := "{u+2032}" ; (′) prime
901 dkMathSymbols[chr(34)] := "{u+2033}" ; (″) double prime
902 dkMathSymbols["["] := "{u+2034}" ; (‴) triple prime
903 dkMathSymbols["]"] := "{u+2057}" ; (⁗) quadruple prime
904 dkMathSymbols["\"] := "{u+2228}" ; (∨) logical or
905 dkMathSymbols["|"] := "{u+2228}" ; (∨) logical or
906 dkMathSymbols[chr(0x00e7)] := "{u+2245}" ; (ç -> ≅) congruent to
907 dkMathSymbols[chr(0x00c7)] := "{u+2247}" ; (Ç -> ≇) not congruent to
908 dkMathSymbols[chr(0x00f6)] := "{u+2300}" ; (ö -> ⌀) diameter sign
909 dkMathSymbols[chr(0x00d6)] := "{u+2300}" ; (Ö -> ⌀) diameter sign
910 dkMathSymbols[chr(0x00f5)] := "{u+2261}" ; (õ -> ≡) identical to
911 dkMathSymbols[chr(0x00d5)] := "{u+2262}" ; (Õ -> ≢) not identical to
912 dkMathSymbols[" "] := "{u+221a}" ; (√) square root
913
914
915 fSendSecondChar(char) {
916 ; function for keeping correct operation after dead key press when Scroll Lock is enabled
917
918 if GetKeyState("ScrollLock", "T") {
919 if (char == "1")
920 return "!"
921 else if (char == "2")
922 return "@"
923 else if (char == "3")
924 return "#"
925 else if (char == "4")
926 return "$"
927 else if (char == "5")
928 return "%"
929 else if (char == "6")
930 return "^"
931 else if (char == "7")
932 return "&"
933 else if (char == "8")
934 return "*"
935 else if (char == "9")
936 return "("
937 else if (char == "0")
938 return ")"
939 else if (char == "!")
940 return "1"
941 else if (char == "@")
942 return "2"
943 else if (char == "#")
944 return "3"
945 else if (char == "$")
946 return "4"
947 else if (char == "%")
948 return "5"
949 else if (char == "^")
950 return "6"
951 else if (char == "&")
952 return "7"
953 else if (char == "*")
954 return "8"
955 else if (char == "(")
956 return "9"
957 else if (char == ")")
958 return "0"
959 else
960 return char
961 }
962 else
963 return char
964 }
965
966
967 ; Configuration : Switch positions of symbols and digits with Scroll Lock
968
969 $1:: {
970 if GetKeyState("ScrollLock", "T")
971 Send "{!}" ; exclamation mark
972 else
973 Send "1" ; digit 1
974 }
975 $+1:: {
976 if GetKeyState("ScrollLock", "T")
977 Send "1" ; digit 1
978 else
979 Send "{!}" ; exclamation mark
980 }
981
982 $2:: {
983 if GetKeyState("ScrollLock", "T")
984 Send "@" ; at sign
985 else
986 Send "2" ; digit 2
987 }
988 $+2:: {
989 if GetKeyState("ScrollLock", "T")
990 Send "2" ; digit 2
991 else
992 Send "@" ; at sign
993 }
994
995 $3:: {
996 if GetKeyState("ScrollLock", "T")
997 Send "{#}" ; number sign
998 else
999 Send "3" ; digit 3
1000 }
1001 $+3:: {
1002 if GetKeyState("ScrollLock", "T")
1003 Send "3" ; digit 3
1004 else
1005 Send "{#}" ; number sign
1006 }
1007
1008 $4:: {
1009 if GetKeyState("ScrollLock", "T")
1010 Send "$" ; dollar sign
1011 else
1012 Send "4" ; digit 4
1013 }
1014 $+4:: {
1015 if GetKeyState("ScrollLock", "T")
1016 Send "4" ; digit 4
1017 else
1018 Send "$" ; dollar sign
1019 }
1020
1021 $5:: {
1022 if GetKeyState("ScrollLock", "T")
1023 Send "`%" ; percent sign
1024 else
1025 Send "5" ; digit 5
1026 }
1027 $+5:: {
1028 if GetKeyState("ScrollLock", "T")
1029 Send "5" ; digit 5
1030 else
1031 Send "`%" ; percent sign
1032 }
1033
1034 $6:: {
1035 if GetKeyState("ScrollLock", "T")
1036 Send "{^}" ; circumflex accent
1037 else
1038 Send "6" ; digit 6
1039 }
1040 $+6:: {
1041 if GetKeyState("ScrollLock", "T")
1042 Send "6" ; digit 6
1043 else
1044 Send "{^}" ; circumflex accent
1045 }
1046
1047 $7:: {
1048 if GetKeyState("ScrollLock", "T")
1049 Send "&" ; ampersand
1050 else
1051 Send "7" ; digit 7
1052 }
1053 $+7:: {
1054 if GetKeyState("ScrollLock", "T")
1055 Send "7" ; digit 7
1056 else
1057 Send "&" ; ampersand
1058 }
1059
1060 $8:: {
1061 if GetKeyState("ScrollLock", "T")
1062 Send "*" ; asterisk
1063 else
1064 Send "8" ; digit 8
1065 }
1066 $+8:: {
1067 if GetKeyState("ScrollLock", "T")
1068 Send "8" ; digit 8
1069 else
1070 Send "*" ; asterisk
1071 }
1072
1073 $9:: {
1074 if GetKeyState("ScrollLock", "T")
1075 Send "(" ; left parenthesis
1076 else
1077 Send "9" ; digit 9
1078 }
1079 $+9:: {
1080 if GetKeyState("ScrollLock", "T")
1081 Send "9" ; digit 9
1082 else
1083 Send "(" ; left parenthesis
1084 }
1085
1086 $0:: {
1087 if GetKeyState("ScrollLock", "T")
1088 Send ")" ; right parenthesis
1089 else
1090 Send "0" ; digit 0
1091 }
1092 $+0:: {
1093 if GetKeyState("ScrollLock", "T")
1094 Send "0" ; digit 0
1095 else
1096 Send ")" ; right parenthesis
1097 }
1098
1099
1100 ; Configuration : 'Right Alt' and 'Right Alt + Shift' on US QWERTY
1101
1102 >!a:: {
1103 if GetKeyState("CapsLock", "T")
1104 Send "{u+00c4}" ; (Ä) A with diaeresis
1105 else
1106 Send "{u+00e4}" ; (ä) a with diaeresis
1107 }
1108 >!+a:: {
1109 if GetKeyState("CapsLock", "T")
1110 Send "{u+00e4}" ; (ä) a with diaeresis
1111 else
1112 Send "{u+00c4}" ; (Ä) A with diaeresis
1113 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1114 }
1115
1116 >!q:: {
1117 if GetKeyState("CapsLock", "T")
1118 Send "{u+00c6}" ; (Æ) letter AE
1119 else
1120 Send "{u+00e6}" ; (æ) letter ae
1121 }
1122 >!+q:: {
1123 if GetKeyState("CapsLock", "T")
1124 Send "{u+00e6}" ; (æ) letter ae
1125 else
1126 Send "{u+00c6}" ; (Æ) letter AE
1127 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1128 }
1129
1130 >!w:: {
1131 if GetKeyState("CapsLock", "T")
1132 Send "{u+00c5}" ; (Å) A with ring above
1133 else
1134 Send "{u+00e5}" ; (å) a with ring above
1135 }
1136 >!+w:: {
1137 if GetKeyState("CapsLock", "T")
1138 Send "{u+00e5}" ; (å) a with ring above
1139 else
1140 Send "{u+00c5}" ; (Å) A with ring above
1141 Send "{blind}{vkE8}"
1142 }
1143
1144 >!z:: {
1145 if GetKeyState("CapsLock", "T")
1146 Send "{u+00c0}" ; (À) A with grave
1147 else
1148 Send "{u+00e0}" ; (à) a with grave
1149 }
1150 >!+z:: {
1151 if GetKeyState("CapsLock", "T")
1152 Send "{u+00e0}" ; (à) a with grave
1153 else
1154 Send "{u+00c0}" ; (À) A with grave
1155 Send "{blind}{vkE8}"
1156 }
1157
1158 >!x:: {
1159 if GetKeyState("CapsLock", "T")
1160 Send "{u+00c1}" ; (Á) A with acute
1161 else
1162 Send "{u+00e1}" ; (á) a with acute
1163 }
1164 >!+x:: {
1165 if GetKeyState("CapsLock", "T")
1166 Send "{u+00e1}" ; (á) a with acute
1167 else
1168 Send "{u+00c1}" ; (Á) A with acute
1169 Send "{blind}{vkE8}"
1170 }
1171
1172 >!d:: {
1173 if GetKeyState("CapsLock", "T")
1174 Send "{u+00c2}" ; (Â) A with circumflex
1175 else
1176 Send "{u+00e2}" ; (â) a with circumflex
1177 }
1178 >!+d:: {
1179 if GetKeyState("CapsLock", "T")
1180 Send "{u+00e2}" ; (â) a with circumflex
1181 else
1182 Send "{u+00c2}" ; (Â) A with circumflex
1183 Send "{blind}{vkE8}"
1184 }
1185
1186 >!c:: {
1187 if GetKeyState("CapsLock", "T")
1188 Send "{u+00c7}" ; (Ç) C with cedilla
1189 else
1190 Send "{u+00e7}" ; (ç) c with cedilla
1191 }
1192 >!+c:: {
1193 if GetKeyState("CapsLock", "T")
1194 Send "{u+00e7}" ; (ç) c with cedilla
1195 else
1196 Send "{u+00c7}" ; (Ç) C with cedilla
1197 Send "{blind}{vkE8}"
1198 }
1199
1200 >!e:: {
1201 if GetKeyState("CapsLock", "T")
1202 Send "{u+00cb}" ; (Ë) E with diaeresis
1203 else
1204 Send "{u+00eb}" ; (ë) e with diaeresis
1205 }
1206 >!+e:: {
1207 if GetKeyState("CapsLock", "T")
1208 Send "{u+00eb}" ; (ë) e with diaeresis
1209 else
1210 Send "{u+00cb}" ; (Ë) E with diaeresis
1211 Send "{blind}{vkE8}"
1212 }
1213
1214 >!f:: {
1215 if GetKeyState("CapsLock", "T")
1216 Send "{u+00c8}" ; (È) E with grave
1217 else
1218 Send "{u+00e8}" ; (è) e with grave
1219 }
1220 >!+f:: {
1221 if GetKeyState("CapsLock", "T")
1222 Send "{u+00e8}" ; (è) e with grave
1223 else
1224 Send "{u+00c8}" ; (È) E with grave
1225 Send "{blind}{vkE8}"
1226 }
1227
1228 >!g:: {
1229 if GetKeyState("CapsLock", "T")
1230 Send "{u+00c9}" ; (É) E with acute
1231 else
1232 Send "{u+00e9}" ; (é) e with acute
1233 }
1234 >!+g:: {
1235 if GetKeyState("CapsLock", "T")
1236 Send "{u+00e9}" ; (é) e with acute
1237 else
1238 Send "{u+00c9}" ; (É) E with acute
1239 Send "{blind}{vkE8}"
1240 }
1241
1242 >!r:: {
1243 if GetKeyState("CapsLock", "T")
1244 Send "{u+00ca}" ; (Ê) E with circumflex
1245 else
1246 Send "{u+00ea}" ; (ê) e with circumflex
1247 }
1248 >!+r:: {
1249 if GetKeyState("CapsLock", "T")
1250 Send "{u+00ea}" ; (ê) e with circumflex
1251 else
1252 Send "{u+00ca}" ; (Ê) E with circumflex
1253 Send "{blind}{vkE8}"
1254 }
1255
1256 >!i:: {
1257 if GetKeyState("CapsLock", "T")
1258 Send "{u+00cf}" ; (Ï) I with diaeresis
1259 else
1260 Send "{u+00ef}" ; (ï) i with diaeresis
1261 }
1262 >!+i:: {
1263 if GetKeyState("CapsLock", "T")
1264 Send "{u+00ef}" ; (ï) i with diaeresis
1265 else
1266 Send "{u+00cf}" ; (Ï) I with diaeresis
1267 Send "{blind}{vkE8}"
1268 }
1269
1270 >!v:: {
1271 if GetKeyState("CapsLock", "T")
1272 Send "{u+00cc}" ; (Ì) I with grave
1273 else
1274 Send "{u+00ec}" ; (ì) i with grave
1275 }
1276 >!+v:: {
1277 if GetKeyState("CapsLock", "T")
1278 Send "{u+00ec}" ; (ì) i with grave
1279 else
1280 Send "{u+00cc}" ; (Ì) I with grave
1281 Send "{blind}{vkE8}"
1282 }
1283
1284 >!b:: {
1285 if GetKeyState("CapsLock", "T")
1286 Send "{u+00cd}" ; (Í) I with acute
1287 else
1288 Send "{u+00ed}" ; (í) i with acute
1289 }
1290 >!+b:: {
1291 if GetKeyState("CapsLock", "T")
1292 Send "{u+00ed}" ; (í) i with acute
1293 else
1294 Send "{u+00cd}" ; (Í) I with acute
1295 Send "{blind}{vkE8}"
1296 }
1297
1298 >!t:: {
1299 if GetKeyState("CapsLock", "T")
1300 Send "{u+00ce}" ; (Î) I with circumflex
1301 else
1302 Send "{u+00ee}" ; (î) i with circumflex
1303 }
1304 >!+t:: {
1305 if GetKeyState("CapsLock", "T")
1306 Send "{u+00ee}" ; (î) i with circumflex
1307 else
1308 Send "{u+00ce}" ; (Î) I with circumflex
1309 Send "{blind}{vkE8}"
1310 }
1311
1312 >!n:: {
1313 if GetKeyState("CapsLock", "T")
1314 Send "{u+00d1}" ; (Ñ) N with tilde
1315 else
1316 Send "{u+00f1}" ; (ñ) n with tilde
1317 }
1318 >!+n:: {
1319 if GetKeyState("CapsLock", "T")
1320 Send "{u+00f1}" ; (ñ) n with tilde
1321 else
1322 Send "{u+00d1}" ; (Ñ) N with tilde
1323 Send "{blind}{vkE8}"
1324 }
1325
1326 >!o:: {
1327 if GetKeyState("CapsLock", "T")
1328 Send "{u+00d6}" ; (Ö) O with diaeresis
1329 else
1330 Send "{u+00f6}" ; (ö) o with diaeresis
1331 }
1332 >!+o:: {
1333 if GetKeyState("CapsLock", "T")
1334 Send "{u+00f6}" ; (ö) o with diaeresis
1335 else
1336 Send "{u+00d6}" ; (Ö) O with diaeresis
1337 Send "{blind}{vkE8}"
1338 }
1339
1340 >!k:: {
1341 if GetKeyState("CapsLock", "T")
1342 Send "{u+0152}" ; (Œ) ligature OE
1343 else
1344 Send "{u+0153}" ; (œ) ligature oe
1345 }
1346 >!+k:: {
1347 if GetKeyState("CapsLock", "T")
1348 Send "{u+0153}" ; (œ) ligature oe
1349 else
1350 Send "{u+0152}" ; (Œ) ligature OE
1351 Send "{blind}{vkE8}"
1352 }
1353
1354 >!l:: {
1355 if GetKeyState("CapsLock", "T")
1356 Send "{u+00d8}" ; (Ø) O with stroke
1357 else
1358 Send "{u+00f8}" ; (ø) o with stroke
1359 }
1360 >!+l:: {
1361 if GetKeyState("CapsLock", "T")
1362 Send "{u+00f8}" ; (ø) o with stroke
1363 else
1364 Send "{u+00d8}" ; (Ø) O with stroke
1365 Send "{blind}{vkE8}"
1366 }
1367
1368 >!,:: {
1369 if GetKeyState("CapsLock", "T")
1370 Send "{u+00d2}" ; (Ò) O with grave
1371 else
1372 Send "{u+00f2}" ; (ò) o with grave
1373 }
1374 >!<:: {
1375 if GetKeyState("CapsLock", "T")
1376 Send "{u+00f2}" ; (ò) o with grave
1377 else
1378 Send "{u+00d2}" ; (Ò) O with grave
1379 Send "{blind}{vkE8}"
1380 }
1381
1382 >!.:: {
1383 if GetKeyState("CapsLock", "T")
1384 Send "{u+00d3}" ; (Ó) O with acute
1385 else
1386 Send "{u+00f3}" ; (ó) o with acute
1387 }
1388 >!>:: {
1389 if GetKeyState("CapsLock", "T")
1390 Send "{u+00f3}" ; (ó) o with acute
1391 else
1392 Send "{u+00d3}" ; (Ó) O with acute
1393 Send "{blind}{vkE8}"
1394 }
1395
1396 >!p:: {
1397 if GetKeyState("CapsLock", "T")
1398 Send "{u+00d4}" ; (Ô) O with circumflex
1399 else
1400 Send "{u+00f4}" ; (ô) o with circumflex
1401 }
1402 >!+p:: {
1403 if GetKeyState("CapsLock", "T")
1404 Send "{u+00f4}" ; (ô) o with circumflex
1405 else
1406 Send "{u+00d4}" ; (Ô) O with circumflex
1407 Send "{blind}{vkE8}"
1408 }
1409
1410 >!s:: {
1411 if GetKeyState("CapsLock", "T")
1412 Send "{u+1e9e}" ; (ẞ) capital sharp S (capital Eszett)
1413 else
1414 Send "{u+00df}" ; (ß) small sharp s (Eszett)
1415 }
1416 >!+s:: {
1417 if GetKeyState("CapsLock", "T")
1418 Send "{u+00df}" ; (ß) small sharp s (Eszett)
1419 else
1420 Send "{u+1e9e}" ; (ẞ) capital sharp S (capital Eszett)
1421 Send "{blind}{vkE8}"
1422 }
1423
1424 >!u:: {
1425 if GetKeyState("CapsLock", "T")
1426 Send "{u+00dc}" ; (Ü) U with diaeresis
1427 else
1428 Send "{u+00fc}" ; (ü) u with diaeresis
1429 }
1430 >!+u:: {
1431 if GetKeyState("CapsLock", "T")
1432 Send "{u+00fc}" ; (ü) u with diaeresis
1433 else
1434 Send "{u+00dc}" ; (Ü) U with diaeresis
1435 Send "{blind}{vkE8}"
1436 }
1437
1438 >!h:: {
1439 if GetKeyState("CapsLock", "T")
1440 Send "{u+00d9}" ; (Ù) U with grave
1441 else
1442 Send "{u+00f9}" ; (ù) u with grave
1443 }
1444 >!+h:: {
1445 if GetKeyState("CapsLock", "T")
1446 Send "{u+00f9}" ; (ù) u with grave
1447 else
1448 Send "{u+00d9}" ; (Ù) U with grave
1449 Send "{blind}{vkE8}"
1450 }
1451
1452 >!j:: {
1453 if GetKeyState("CapsLock", "T")
1454 Send "{u+00da}" ; (Ú) U with acute
1455 else
1456 Send "{u+00fa}" ; (ú) u with acute
1457 }
1458 >!+j:: {
1459 if GetKeyState("CapsLock", "T")
1460 Send "{u+00fa}" ; (ú) u with acute
1461 else
1462 Send "{u+00da}" ; (Ú) U with acute
1463 Send "{blind}{vkE8}"
1464 }
1465
1466 >!y:: {
1467 if GetKeyState("CapsLock", "T")
1468 Send "{u+00db}" ; (Û) U with circumflex
1469 else
1470 Send "{u+00fb}" ; (û) u with circumflex
1471 }
1472 >!+y:: {
1473 if GetKeyState("CapsLock", "T")
1474 Send "{u+00fb}" ; (û) u with circumflex
1475 else
1476 Send "{u+00db}" ; (Û) U with circumflex
1477 Send "{blind}{vkE8}"
1478 }
1479
1480 >!-:: {
1481 if GetKeyState("CapsLock", "T")
1482 Send "{u+00c3}" ; (Ã) A with tilde
1483 else
1484 Send "{u+00e3}" ; (ã) a with tilde
1485 }
1486 >!_:: {
1487 if GetKeyState("CapsLock", "T")
1488 Send "{u+00e3}" ; (ã) a with tilde
1489 else
1490 Send "{u+00c3}" ; (Ã) A with tilde
1491 Send "{blind}{vkE8}"
1492 }
1493
1494 >!=:: {
1495 if GetKeyState("CapsLock", "T")
1496 Send "{u+00d5}" ; (Õ) O with tilde
1497 else
1498 Send "{u+00f5}" ; (õ) o with tilde
1499 }
1500 >!+=:: {
1501 if GetKeyState("CapsLock", "T")
1502 Send "{u+00f5}" ; (õ) o with tilde
1503 else
1504 Send "{u+00d5}" ; (Õ) O with tilde
1505 Send "{blind}{vkE8}"
1506 }
1507
1508 >!1::Send "{u+00a1}" ; (¡) inverted exclamation mark
1509 >!+1:: {
1510 Send "{u+00b9}" ; (¹) superscript 1
1511 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1512 }
1513
1514 >!2::Send "{u+00a9}" ; (©) copyright sign
1515 >!+2:: {
1516 Send "{u+00b2}" ; (²) superscript 2
1517 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1518 }
1519
1520 >!3::Send "{u+00a7}" ; (§) section sign
1521 >!+3:: {
1522 Send "{u+00b3}" ; (³) superscript 3
1523 Send "{blind}{vkE8}"
1524 }
1525
1526 >!4::Send "{u+00a3}" ; (£) pound sign
1527 >!+4:: {
1528 Send "{u+00a5}" ; (¥) yen sign
1529 Send "{blind}{vkE8}"
1530 }
1531
1532 >!5::Send "{u+20ac}" ; (€) euro sign
1533 >!+5:: {
1534 Send "{u+00a2}" ; (¢) cent sign (dollar)
1535 Send "{blind}{vkE8}"
1536 }
1537
1538 >!9::Send "{u+201c}" ; (“) left double quotation mark
1539 >!+9:: {
1540 Send "{u+2018}" ; (‘) left single quotation mark
1541 Send "{blind}{vkE8}"
1542 }
1543
1544 >!0::Send "{u+201d}" ; (”) right double quotation mark
1545 >!+0:: {
1546 Send "{u+2019}" ; (’) right single quotation mark
1547 Send "{blind}{vkE8}"
1548 }
1549
1550 >![::Send "{u+00ab}" ; («) left-pointing double angle quotation mark
1551 >!{:: {
1552 Send "{u+2039}" ; (‹) left-pointing single angle quotation mark
1553 Send "{blind}{vkE8}"
1554 }
1555
1556 >!]::Send "{u+00bb}" ; (») right-pointing double angle quotation mark
1557 >!}:: {
1558 Send "{u+203a}" ; (›) right-pointing single angle quotation mark
1559 Send "{blind}{vkE8}"
1560 }
1561
1562 >!;::Send "{u+00b0}" ; (°) degree sign
1563 >!+;:: {
1564 Send "{u+00b7}" ; (·) middle dot
1565 Send "{blind}{vkE8}"
1566 }
1567
1568 >!/::Send "{u+00bf}" ; (¿) inverted question mark
1569 >!?:: {
1570 Send "{u+2026}" ; (…) horizontal ellipsis
1571 Send "{blind}{vkE8}"
1572 }
1573
1574 >!space::Send "{u+00a0}" ; non-breaking space
1575 >!+space:: {
1576 Send "{u+00a0}" ; non-breaking space
1577 Send "{blind}{vkE8}"
1578 }
1579
1580
1581 ; Configuration : Dead Keys on 'Right Alt' and 'Right Alt + Shift'
1582
1583 >!6:: {
1584 Send "{blind}{vkE8}" ; suppresses circles around mouse pointer
1585 ih := InputHook("L1", dkEndKeys)
1586 ih.Start()
1587 ih.Wait()
1588 if dkCircumflex.Has(fSendSecondChar(ih.Input))
1589 Send dkCircumflex[fSendSecondChar(ih.Input)]
1590 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1591 }
1592 >!+6:: {
1593 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1594 ih := InputHook("L1", dkEndKeys)
1595 ih.Start()
1596 ih.Wait()
1597 if dkCaron.Has(fSendSecondChar(ih.Input))
1598 Send dkCaron[fSendSecondChar(ih.Input)]
1599 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1600 }
1601
1602 >!7:: {
1603 Send "{blind}{vkE8}"
1604 ih := InputHook("L1", dkEndKeys)
1605 ih.Start()
1606 ih.Wait()
1607 if dkDotAbove.Has(fSendSecondChar(ih.Input))
1608 Send dkDotAbove[fSendSecondChar(ih.Input)]
1609 Send "{blind}{vkE8}"
1610 }
1611 >!+7:: {
1612 Send "{blind}{vkE8}"
1613 ih := InputHook("L1", dkEndKeys)
1614 ih.Start()
1615 ih.Wait()
1616 if dkMacronStroke.Has(fSendSecondChar(ih.Input))
1617 Send dkMacronStroke[fSendSecondChar(ih.Input)]
1618 Send "{blind}{vkE8}"
1619 }
1620
1621 >!8:: {
1622 Send "{blind}{vkE8}"
1623 ih := InputHook("L1", dkEndKeys)
1624 ih.Start()
1625 ih.Wait()
1626 if dkCedillaOgonek.Has(fSendSecondChar(ih.Input))
1627 Send dkCedillaOgonek[fSendSecondChar(ih.Input)]
1628 Send "{blind}{vkE8}"
1629 }
1630 >!+8:: {
1631 Send "{blind}{vkE8}"
1632 ih := InputHook("L1", dkEndKeys)
1633 ih.Start()
1634 ih.Wait()
1635 if dkBreveSpecial.Has(fSendSecondChar(ih.Input))
1636 Send dkBreveSpecial[fSendSecondChar(ih.Input)]
1637 Send "{blind}{vkE8}"
1638 }
1639
1640 >!':: {
1641 Send "{blind}{vkE8}"
1642 ih := InputHook("L1", dkEndKeys)
1643 ih.Start()
1644 ih.Wait()
1645 if dkAcuteAccent.Has(fSendSecondChar(ih.Input))
1646 Send dkAcuteAccent[fSendSecondChar(ih.Input)]
1647 Send "{blind}{vkE8}"
1648 }
1649 >!":: {
1650 Send "{blind}{vkE8}"
1651 ih := InputHook("L1", dkEndKeys)
1652 ih.Start()
1653 ih.Wait()
1654 if dkDiaeresis.Has(fSendSecondChar(ih.Input))
1655 Send dkDiaeresis[fSendSecondChar(ih.Input)]
1656 Send "{blind}{vkE8}"
1657 }
1658
1659 >!`:: {
1660 Send "{blind}{vkE8}"
1661 ih := InputHook("L1", dkEndKeys)
1662 ih.Start()
1663 ih.Wait()
1664 if dkGraveAccent.Has(fSendSecondChar(ih.Input))
1665 Send dkGraveAccent[fSendSecondChar(ih.Input)]
1666 Send "{blind}{vkE8}"
1667 }
1668 >!~:: {
1669 Send "{blind}{vkE8}"
1670 ih := InputHook("L1", dkEndKeys)
1671 ih.Start()
1672 ih.Wait()
1673 if dkTilde.Has(fSendSecondChar(ih.Input))
1674 Send dkTilde[fSendSecondChar(ih.Input)]
1675 Send "{blind}{vkE8}"
1676 }
1677
1678 >!\:: {
1679 Send "{blind}{vkE8}"
1680 ih := InputHook("L1", dkEndKeys)
1681 ih.Start()
1682 ih.Wait()
1683 if dkSymbols.Has(fSendSecondChar(ih.Input))
1684 Send dkSymbols[fSendSecondChar(ih.Input)]
1685 Send "{blind}{vkE8}"
1686 }
1687 >!|:: {
1688 Send "{blind}{vkE8}"
1689 ih := InputHook("L1", dkEndKeys)
1690 ih.Start()
1691 ih.Wait()
1692 if dkCurrency.Has(fSendSecondChar(ih.Input))
1693 Send dkCurrency[fSendSecondChar(ih.Input)]
1694 Send "{blind}{vkE8}"
1695 }
1696
1697 >!m:: {
1698 Send "{blind}{vkE8}"
1699 ih := InputHook("L1", dkEndKeys)
1700 ih.Start()
1701 ih.Wait()
1702 if dkGreekAlphabet.Has(fSendSecondChar(ih.Input))
1703 Send dkGreekAlphabet[fSendSecondChar(ih.Input)]
1704 Send "{blind}{vkE8}"
1705 }
1706 >!+m:: {
1707 Send "{blind}{vkE8}"
1708 ih := InputHook("L1", dkEndKeys)
1709 ih.Start()
1710 ih.Wait()
1711 if dkMathSymbols.Has(fSendSecondChar(ih.Input))
1712 Send dkMathSymbols[fSendSecondChar(ih.Input)]
1713 Send "{blind}{vkE8}"
1714 }